object FrmChooseAddress: TFrmChooseAddress Left = 243 Top = 119 BorderIcons = [] BorderStyle = bsSingle Caption = 'Choose address' ClientHeight = 289 ClientWidth = 252 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter PixelsPerInch = 120 TextHeight = 16 object Label1: TLabel Left = 9 Top = 27 Width = 213 Height = 16 Caption = 'Please select the address to use for' end object LblNick: TLabel Left = 9 Top = 49 Width = 42 Height = 16 Caption = 'Name' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 9 Top = 9 Width = 153 Height = 16 Caption = 'Multiple addresses found.' end object EmailList: TListBox Left = 7 Top = 70 Width = 238 Height = 159 ItemHeight = 16 TabOrder = 0 OnDblClick = BtnOKClick end object BtnOK: TButton Left = 148 Top = 242 Width = 94 Height = 37 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = BtnOKClick end object BtnNone: TButton Left = 38 Top = 246 Width = 94 Height = 30 Cancel = True Caption = 'None' ModalResult = 2 TabOrder = 2 OnClick = BtnNoneClick end end